Shadowrun (SNES) ROM Editor by: Tony H
Version 1.3   5/6/2023
For Windows   (written in C#)
Send bug reports or comments to: t_hedstrom@yahoo.com

My site, with other editors, programs, Game Genie codes, etc...
https://codehut.gshi.org/
http://www.angelfire.com/games2/codehut/

Version 1.0 = Initial public release. 3/31/2023
Version 1.1 = Added ability to adjust money won after battle for most of the enemies in the game. 4/8/2023
Version 1.2 = Can now buy the Bulletproof Vest in the Dark Blade weapon shop, fixed a bug when using a .smc type ROM. 4/14/2023
Version 1.3 = Added ability to warp anywhere in the game. 5/6/2023


Updates with version 1.3:
You can now edit the destination of all 6 doors in the Debug Room so you can warp to any one of 504 different areas in the game.  To make it easier to get to the Debug Room, you can make it so the Morgue Office door warps you directly to the Debug Room.  There is a button that lists all 504 different areas in the game you can warp to, along with their hex ID numbers to enter into the editor.  This list of the 504 locations also has a search feature.

Updates with version 1.2:
The Bulletproof Vest is now available to buy in the Dark Blade weapon shop.  There will be no prerequisites for getting it, so you can buy it at any time for $8000 (must start a new game to enable the Bulletproof Vest patch).  The Bulletproof Vest was left out of the USA and European versions of the game.  You can also edit the Bulletproof Vest protection amount along with the rest of the armor.  Fixed a bug where the editor would write to the wrong address in a couple places if you were using a Shadowrun ROM with a .smc file extension (.smc ROMs have a 0x200 byte header and are not very common these days).

Updates with version 1.1:
Have expanded the section that lets you edit how much Nuyen (money) enemies drop after battle.  You can now edit money dropped after battle on the majority of the enemies in the game, with the exception of bosses/enemies that drop more than $200.  Have also made it so that the correct amount of Nuyen is displayed when you pick it up.


This program lets you edit lots of stuff in your Shadowrun game, and you can then patch the changes into your ROM.

Will work on the USA or European versions, and with or without the 0x200 byte ROM header.  Also works with the Mouse support hacked version.

There is an older build I've included called ShadowrunSNESeditorV09beta5aJapan.exe that will work with the Japanese version (as well as US and Eu), but it can only edit 1 runner (Hamfist).  I think everything else works (starting stats, weapon stats, Karma, Magic, Cyberware, etc).  

When patching, you can decide if you want it to create a new ROM or not.  If you do make a new ROM, the program will automatically add "Patched" to the end of your file name, which makes it easy to remember which file was patched, although you can name the new file anything you want as long as it's not the same as the original file name.  This keeps your original ROM safe.

There are some Help/info buttons in the editor that should answer any questions.

Big thanks to Dulcinea who is very familiar with the game and spent many hours testing things and giving me suggestions on what should be added, and helped me fix lots of issues with the editor.

Thanks to the_E_y_Es at RHDN for info on the firing rate ROM addresses, and the really cool custom SNES code for allowing adjustment for the runners starting HP.

Shouldn't need any additional files if you're using Windows (uses the .net framework).

Can read more about the program here: https://www.romhacking.net/forum/index.php?topic=36701.0

